home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set i to 2
- set spr to 0
- repeat while i < 14
- if spr = 0 then
- if rollOver(i) then
- set the visible of sprite i to 1
- set spr to 1
- else
- set the visible of sprite i to 0
- end if
- else
- set the visible of sprite i to 0
- end if
- set i to i + 1
- end repeat
- go(the frame)
- end
-
- on mouseUp
- if rollOver(2) then
- set i to 2
- repeat while i < 14
- set the visible of sprite i to 1
- set i to i + 1
- end repeat
- sound stop 2
- sound playFile 2, "..\som\spotreed.wav"
- go("Ecr4")
- end if
- end
-